home *** CD-ROM | disk | FTP | other *** search
- // -------------------------------------------------------------------------------------
- #import <appkit/appkit.h>
- #import "RemoteCommand.h"
-
- /* main entry point */
- void main(int argc, char *argv[])
- {
-
- /* init/run app */
- [RemoteCommand new];
- if ([NXApp loadNibSection:"RemoteCommand.nib" owner:NXApp withNames:NO]) [NXApp run];
- [NXApp free];
- exit(0);
-
- }
-